'Declaration
Public Property HTMLCustomHTTPHeaders As Dictionary(Of String,String)
public Dictionary<string,string> HTMLCustomHTTPHeaders {get; set;}
public read-write property HTMLCustomHTTPHeaders: Dictionary;
public function get,set HTMLCustomHTTPHeaders : Dictionary